Module 8 Nesting and Debugging Learning Outcomes
- Explain how to use Matlab's Debugger to find and fix program errors.
- Use Matlab's Debugger to step through a program's execution path.
- Trace Iterative Execution using debugger.
- Analyze (find) and fix common nested loop errors.
- Use nested conditionals (if stmts) to make complex decisions.
- Use nested iterations (loops) to create and process matrices and data files.
- Combine use of conditionals and iterations to solve complex problems.
- Use nested conditionals (if stmts) to make complex decisions.
- Use nested iterations (loops) to create and process matrices and data files.
- Combine use of conditionals and iterations to solve complex problems.